Click or drag to resize

TimeCollectionAdd Method (DateTime, DateTime)

Adds a Time specified with start and end time to the collection.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public int Add(
	DateTime start,
	DateTime end
)

Parameters

start
Type: SystemDateTime
end
Type: SystemDateTime

Return Value

Type: Int32
The index of the added item.
See Also